summaryrefslogtreecommitdiff
path: root/src/Makefile
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2007-04-09 16:53:21 +0000
committerRoy Marples <roy@marples.name>2007-04-09 16:53:21 +0000
commit3c7c1736b7d6b6d086e9c5b54b963f8e244e3418 (patch)
tree0404eb66de61b5674cc85b678618e54b446ca839 /src/Makefile
parent3a20ea36cc7f1ed89186bdfa46ea0dd2c72742ec (diff)
downloadopenrc-3c7c1736b7d6b6d086e9c5b54b963f8e244e3418.tar.gz
openrc-3c7c1736b7d6b6d086e9c5b54b963f8e244e3418.tar.bz2
openrc-3c7c1736b7d6b6d086e9c5b54b963f8e244e3418.tar.xz
Use names instead of numbers for reporting signals and trap signals in rc
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile
index 33509c3..91398f4 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)