[SCM] FreeCAD packaging branch, master, updated. debian/0.9.2646.5.dfsg-1-8-g2267f35
Teemu Ikonen
tpikonen at gmail.com
Mon Jul 5 13:01:09 UTC 2010
The following commit has been merged in the master branch:
commit 8904f31f4d5dee14329088cc94db3392aca67f85
Author: Teemu Ikonen <tpikonen at gmail.com>
Date: Mon Jul 5 13:59:04 2010 +0200
Do not remove *.tab.c files in distclean.
diff --git a/src/Base/Makefile.in b/src/Base/Makefile.in
index a6fbb69..b7a314b 100644
--- a/src/Base/Makefile.in
+++ b/src/Base/Makefile.in
@@ -628,7 +628,7 @@ mostlyclean-compile:
-rm -f *.$(OBJEXT)
distclean-compile:
- -rm -f *.tab.c
+# -rm -f *.tab.c
@AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libFreeCADBase_la-Base64.Plo at am__quote@
@AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libFreeCADBase_la-BaseClass.Plo at am__quote@
diff --git a/src/Gui/Makefile.in b/src/Gui/Makefile.in
index 461de8d..b95598a 100644
--- a/src/Gui/Makefile.in
+++ b/src/Gui/Makefile.in
@@ -906,7 +906,7 @@ mostlyclean-compile:
-rm -f *.$(OBJEXT)
distclean-compile:
- -rm -f *.tab.c
+# -rm -f *.tab.c
@AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/Action.Plo at am__quote@
@AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/Application.Plo at am__quote@
--
FreeCAD packaging
More information about the debian-science-commits
mailing list