Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
at 20.03 13 lines 662 B view raw
1diff --git a/sample/gconf/Makefile.am b/sample/gconf/Makefile.am 2index a0ee802..8260694 100644 3--- a/sample/gconf/Makefile.am 4+++ b/sample/gconf/Makefile.am 5@@ -22,7 +22,7 @@ sample.exe: $(SCHEMA) $(srcdir)/sample.glade $(FILES) $(ASSEMBLIES) 6 $(CSC) /out:sample.exe $(FILES) $(REFERENCES) $(RESOURCES) 7 8 Settings.cs: $(SCHEMA) 9- MONO_PATH=$(top_builddir)/gconf/GConf/gconf-sharp.dll:${MONO_PATH} $(RUNTIME) $(GCONFDIR)/tools/gconfsharp-schemagen.exe Sample $(SCHEMA) > Settings.cs 10+ MONO_PATH=$(top_builddir)/gconf/GConf/:${MONO_PATH} $(RUNTIME) $(GCONFDIR)/tools/gconfsharp-schemagen.exe Sample $(SCHEMA) > Settings.cs 11 12 CLEANFILES = sample.exe Settings.cs 13