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
commitcd705bdc5bb77787ffe3aba6788e361ededc424f (patch)
tree57ac3fd1704bcdc98acf576d907d19c473bade0e /Makefile.am
parent4a4e8f051883b59d8c64aa01ccf8befb66139c89 (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