summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRuben Undheim <ruben.undheim@gmail.com>2018-10-20 18:00:30 +0200
committerRuben Undheim <rubund@debian.org>2018-11-01 23:32:47 +0100
commit69c550b43e7d699f2ad18d7f19f32421320d640c (patch)
tree352a5ed9eb542c0b34e3df7cc4dd3bdb97ed4363
parent384a91b3b97661873321f6896c15b4c0d02e2ef1 (diff)
Remove asg
Gbp-Pq: Name 0005-Remove-asg.patch
-rw-r--r--Makefile.am3
-rw-r--r--configure.in2
2 files changed, 1 insertions, 4 deletions
diff --git a/Makefile.am b/Makefile.am
index c82c065..3453db0 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -263,7 +263,6 @@ install-tcl: xcircexec$(EXEEXT) lib/$(INTERP_PATH)/$(WRAPPER_OBJ) lib/$(INTERP_P
clean:
(cd ./Xw; $(RM) *.o *.a *.bak core)
- (cd ./asg; $(MAKE) clean)
(cd ./spiceparser; $(MAKE) clean)
$(RM) lib/$(INTERP_PATH)/$(WRAPPER_OBJ) lib/$(INTERP_PATH)/$(WRAPPER_SH)
$(RM) lib/$(INTERP_PATH)/$(WRAPPER_INIT)
@@ -273,7 +272,6 @@ clean:
distclean:
(cd ./Xw; $(RM) *.o *.a *.bak Makefile core)
- (cd ./asg; $(MAKE) clean ; $(RM) Makefile)
(cd ./spiceparser; $(MAKE) clean ; $(RM) Makefile)
$(RM) xcircuit *.o *.bak core
$(RM) lib/$(INTERP_PATH)/$(WRAPPER_OBJ) lib/$(INTERP_PATH)/$(WRAPPER_SH)
@@ -293,7 +291,6 @@ dist:
quiteclean:
(cd ./Xw; $(RM) *.o *.a *.bak Makefile.in Makefile core)
- (cd ./asg; $(MAKE) clean ; $(RM) Makefile.in Makefile)
(cd ./spiceparser; $(MAKE) clean ; $(RM) Makefile.in Makefile)
$(RM) xcircuit *.o *.bak core
$(RM) lib/$(INTERP_PATH)/$(WRAPPER_OBJ) lib/$(INTERP_PATH)/$(WRAPPER_SH)
diff --git a/configure.in b/configure.in
index a11d817..b9826c0 100644
--- a/configure.in
+++ b/configure.in
@@ -1136,7 +1136,7 @@ AC_SUBST(AUTOCONF)
AC_SUBST(AUTOMAKE)
AC_SUBST(AUTOHEADER)
-AC_OUTPUT(Makefile Xw/Makefile asg/Makefile spiceparser/Makefile)
+AC_OUTPUT(Makefile Xw/Makefile spiceparser/Makefile)
echo ""
echo "Configuration results:"