summaryrefslogtreecommitdiff
path: root/x11-toolkits/gtk-sharp10/files/patch-sample_Makefile.in
blob: d393c828bdfb6939a4a922a7443ff3c6e4945cfc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
--- sample/Makefile.in.orig	Sun Jan 26 15:46:02 2003
+++ sample/Makefile.in	Sun Jan 26 15:46:28 2003
@@ -19,7 +19,6 @@
 	$(CSC) /unsafe /out:button.exe /r:../glib/glib-sharp.dll /r:../gtk/gtk-sharp.dll ButtonApp.cs
 
 linux: gtk-hello-world.exe button.exe subclass.exe menu.exe size.exe scribble.exe treeviewdemo.exe $(GNOME_TARGETS) $(GLADE_TARGETS)
-@ENABLE_GNOME_TRUE@	$(MAKE) -C gconf 
 
 gtk-hello-world.exe: HelloWorld.cs
 	$(MCS) --unsafe -o gtk-hello-world.exe $(local_paths) $(all_assemblies) HelloWorld.cs
@@ -59,11 +58,9 @@
 
 clean:
 	rm -f *.exe
-@ENABLE_GNOME_TRUE@	$(MAKE) -C gconf clean 
 
 unix:
 	@echo "'make unix' is broken for now."
 
 install: linux
-@ENABLE_GNOME_TRUE@	$(MAKE) -C gconf install 
-	
+	@true