diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2015-07-14 01:39:17 +0200 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2015-09-28 07:53:07 +0200 |
commit | bc35168fbcf0d238468e1efbd2139126ee3d2f88 (patch) | |
tree | ec69f5d8f0ac0d5a871a516b3c27b6fbe3004bde | |
parent | eee7cb4fbcee60475bb2d8ff8d32fadd73c8dcba (diff) | |
download | nx-libs-bc35168fbcf0d238468e1efbd2139126ee3d2f88.tar.gz nx-libs-bc35168fbcf0d238468e1efbd2139126ee3d2f88.tar.bz2 nx-libs-bc35168fbcf0d238468e1efbd2139126ee3d2f88.zip |
nxcomp{,shad,ext}: Remove nxcomp*.pc file on clean and distclean.
-rw-r--r-- | nxcomp/Makefile.in | 2 | ||||
-rw-r--r-- | nxcompext/Makefile.in | 2 | ||||
-rw-r--r-- | nxcompshad/Makefile.in | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/nxcomp/Makefile.in b/nxcomp/Makefile.in index a8647cead..f01d47b4f 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 b66a4c361..7a83b4fd1 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 5b1abebed..9068b1a30 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 |