]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - Makefile.in
Don't garbage-collect sections.
[paraslash.git] / Makefile.in
index 77e69a697a7d02aa43e046890b816bee22e273dc..5c76ff0e5b7425a0011d9370da6db121e9ff91f9 100644 (file)
@@ -26,7 +26,8 @@ DEBUG_CPPFLAGS += -Wredundant-decls
 # many warnings about trivial stuff
 # CPPFLAGS += -Wconversion
 
-LDFLAGS += -Wl,--gc-sections
+# uncomment this if your compiler supports it
+# LDFLAGS += -Wl,--gc-sections
 
 CPPFLAGS += -Os
 CPPFLAGS += -Wall
@@ -222,8 +223,8 @@ maintainer-clean: distclean
        rm -f $(gengetopts_c) $(gengetopts_h) *.tar.bz2 \
                config.h configure \
                config.h.in skencil/*.pdf skencil/*.ps
-       rm -f *_command_list.* *.man man/man1/* web_sync
-
+       rm -f *_command_list.* *.man man/man1/*
+       rm -rf web_sync
 
 install: all man
        mkdir -p $(BINDIR) $(MANDIR)