summaryrefslogtreecommitdiff
path: root/debian/patches/0005-Remove-asg.patch
blob: 9a7bf9cc1e0b94b5bdb46a637ab5be8e6445bb34 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
From: Ruben Undheim <ruben.undheim@gmail.com>
Date: Sat, 20 Oct 2018 18:00:30 +0200
Subject: Remove asg

---
 Makefile.am  | 6 +++---
 configure.in | 2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/Makefile.am b/Makefile.am
index c82c065..7feb290 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -263,7 +263,7 @@ 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:
 
 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:
 
 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)
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:"