[X2Go-Commits] [nx-libs] 44/53: nxcomp{, shad, ext}: Remove nxcomp*.pc file on clean and distclean.
git-admin at x2go.org
git-admin at x2go.org
Tue Sep 22 15:10:52 CEST 2015
This is an automated email from the git hooks/post-receive script.
x2go pushed a commit to branch 3.6.x
in repository nx-libs.
commit 39ae817885b1555a3a660b5c80a2d45c1ff29568
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date: Tue Jul 14 01:39:17 2015 +0200
nxcomp{,shad,ext}: Remove nxcomp*.pc file on clean and distclean.
---
nxcomp/Makefile.in | 2 +-
nxcompext/Makefile.in | 2 +-
nxcompshad/Makefile.in | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/nxcomp/Makefile.in b/nxcomp/Makefile.in
index a8647ce..f01d47b 100644
--- a/nxcomp/Makefile.in
+++ b/nxcomp/Makefile.in
@@ -321,7 +321,7 @@ uninstall.lib:
uninstall.man:
clean:
- -rm -f *~ *.o *.bak *.orig *.rej st?????? core core.* *.out.* \
+ -rm -f *~ *.o *.bak *.orig *.rej st?????? core core.* *.out.* *.pc \
@ALL@
distclean: clean
diff --git a/nxcompext/Makefile.in b/nxcompext/Makefile.in
index b66a4c3..7a83b4f 100644
--- a/nxcompext/Makefile.in
+++ b/nxcompext/Makefile.in
@@ -193,7 +193,7 @@ uninstall.lib:
uninstall.man:
clean:
- -rm -f *~ *.o *.bak *.orig *.rej st?????? core core.* *.out.* \
+ -rm -f *~ *.o *.bak *.orig *.rej st?????? core core.* *.out.* *.pc \
@ALL@
distclean: clean
diff --git a/nxcompshad/Makefile.in b/nxcompshad/Makefile.in
index 5b1abeb..9068b1a 100644
--- a/nxcompshad/Makefile.in
+++ b/nxcompshad/Makefile.in
@@ -230,7 +230,7 @@ uninstall.lib:
uninstall.man:
clean:
- -rm -f *~ *.o *.gch *.bak st?????? core core.* *.out.* *.exe.stackdump \
+ -rm -f *~ *.o *.gch *.bak st?????? core core.* *.out.* *.exe.stackdump *.pc \
$(LIBFULL) $(LIBLOAD) $(LIBSHARED) $(LIBARCHIVE) $(LIBDLL) $(LIBDLLSTATIC) $(PROGRAM) $(PROGRAM).exe
distclean: clean
--
Alioth's /srv/git/code.x2go.org/nx-libs.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/nx-libs.git
More information about the x2go-commits
mailing list