Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
at devShellTools-shell 32 lines 999 B view raw
1--- 2 hw/xfree86/Makefile.am | 1 - 3 hw/xfree86/Makefile.in | 1 - 4 2 files changed, 2 deletions(-) 5 6diff --git a/hw/xfree86/Makefile.am b/hw/xfree86/Makefile.am 7index 9aeaea1..dcca3b8 100644 8--- a/hw/xfree86/Makefile.am 9+++ b/hw/xfree86/Makefile.am 10@@ -100,7 +100,6 @@ EXTRA_DIST = xorgconf.cpp 11 12 # Without logdir, X will post an error on the terminal and will not start 13 install-data-local: 14- $(AM_V_GEN)$(MKDIR_P) $(DESTDIR)$(logdir) 15 if CYGWIN 16 $(INSTALL_DATA) libXorg.exe.a $(DESTDIR)$(libdir)/libXorg.exe.a 17 endif 18diff --git a/hw/xfree86/Makefile.in b/hw/xfree86/Makefile.in 19index c4fceee..74da8f1 100644 20--- a/hw/xfree86/Makefile.in 21+++ b/hw/xfree86/Makefile.in 22@@ -1161,7 +1161,6 @@ uninstall-am: uninstall-binPROGRAMS uninstall-local \ 23 24 # Without logdir, X will post an error on the terminal and will not start 25 install-data-local: 26- $(AM_V_GEN)$(MKDIR_P) $(DESTDIR)$(logdir) 27 @CYGWIN_TRUE@ $(INSTALL_DATA) libXorg.exe.a $(DESTDIR)$(libdir)/libXorg.exe.a 28 29 install-exec-hook: 30-- 312.25.4 32