diff options
Diffstat (limited to 'src/Makefile')
-rw-r--r-- | src/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile index 33509c30..91398f47 100644 --- a/src/Makefile +++ b/src/Makefile @@ -98,7 +98,7 @@ override CFLAGS += -DLIB=\"$(LIB)\" # However, this does save us using libtool when we're testing # NOTE: The toplevel Makefile for baselayout will automatically # disable then when doing `make dist` -##override LDFLAGS += -Wl,-rpath . +override LDFLAGS += -Wl,-rpath . all: $(TARGET) |