diff options
author | Roy Marples <roy@marples.name> | 2007-04-09 16:53:21 +0000 |
---|---|---|
committer | Roy Marples <roy@marples.name> | 2007-04-09 16:53:21 +0000 |
commit | 3c7c1736b7d6b6d086e9c5b54b963f8e244e3418 (patch) | |
tree | 0404eb66de61b5674cc85b678618e54b446ca839 /src/Makefile | |
parent | 3a20ea36cc7f1ed89186bdfa46ea0dd2c72742ec (diff) |
Use names instead of numbers for reporting signals and trap signals in rc
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) |