diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2015-02-09 15:16:30 +0100 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2015-02-09 15:16:30 +0100 |
commit | 236ee4ffa8e4fa92bb748301986307841ef060ab (patch) | |
tree | 5d388854cdc6ca5ae00ffef1502a59d345d4e298 /nxcompshad | |
parent | 9b72eeaa21ada21b117433b05c745b656b42963a (diff) | |
download | nx-libs-236ee4ffa8e4fa92bb748301986307841ef060ab.tar.gz nx-libs-236ee4ffa8e4fa92bb748301986307841ef060ab.tar.bz2 nx-libs-236ee4ffa8e4fa92bb748301986307841ef060ab.zip |
nxcomp*, nxproxy: Fix clean-up of source tree via Makefile.in templates.
024_fix-make-clean.full.patch
024_fix-make-clean.full+lite.patch
Diffstat (limited to 'nxcompshad')
-rw-r--r-- | nxcompshad/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nxcompshad/Makefile.in b/nxcompshad/Makefile.in index 26a92bdce..00bca25c9 100644 --- a/nxcompshad/Makefile.in +++ b/nxcompshad/Makefile.in @@ -222,4 +222,4 @@ clean: $(LIBFULL) $(LIBLOAD) $(LIBSHARED) $(LIBARCHIVE) $(LIBDLL) $(LIBDLLSTATIC) $(PROGRAM) $(PROGRAM).exe distclean: clean - -rm -rf config.status config.log config.cache depend.status Makefile tags autom4te.cache + -rm -rf config.status config.log config.cache depend.status Makefile tags autom4te.cache configure |