summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorGravatar Adam Chlipala <adamc@hcoop.net>2010-01-28 13:32:26 -0500
committerGravatar Adam Chlipala <adamc@hcoop.net>2010-01-28 13:32:26 -0500
commit2d7d21a8907eb7e3407a3898dc2a15486cbc0f36 (patch)
tree57ac3fd1704bcdc98acf576d907d19c473bade0e /Makefile.am
parent018da7c3b6c4438dcb23d7cb36ee92d598effdca (diff)
Switch to gcc -Wall
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index a37b79ea..078ebc68 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -69,7 +69,7 @@ install-exec-local:
cp include/*.h $(INCLUDE)/
mkdir -p $(SITELISP)
cp src/elisp/*.el $(SITELISP)/
- ldconfig
+ -ldconfig
package:
hg archive -t tgz -X tests /tmp/urweb.tgz