summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/patches/0005-Remove-asg.patch15
1 files changed, 6 insertions, 9 deletions
diff --git a/debian/patches/0005-Remove-asg.patch b/debian/patches/0005-Remove-asg.patch
index 9a7bf9c..c1b7c29 100644
--- a/debian/patches/0005-Remove-asg.patch
+++ b/debian/patches/0005-Remove-asg.patch
@@ -3,38 +3,35 @@ Date: Sat, 20 Oct 2018 18:00:30 +0200
Subject: Remove asg
---
- Makefile.am | 6 +++---
+ Makefile.am | 3 ---
configure.in | 2 +-
- 2 files changed, 4 insertions(+), 4 deletions(-)
+ 2 files changed, 1 insertion(+), 4 deletions(-)
diff --git a/Makefile.am b/Makefile.am
-index c82c065..7feb290 100644
+index c82c065..3453db0 100644
--- a/Makefile.am
+++ b/Makefile.am
-@@ -263,7 +263,7 @@ install-tcl: xcircexec$(EXEEXT) lib/$(INTERP_PATH)/$(WRAPPER_OBJ) lib/$(INTERP_P
+@@ -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 ./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 +273,7 @@ clean:
+@@ -273,7 +272,6 @@ clean:
distclean:
(cd ./Xw; $(RM) *.o *.a *.bak Makefile core)
- (cd ./asg; $(MAKE) clean ; $(RM) Makefile)
-+ #(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 +293,7 @@ dist:
+@@ -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 ./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)