Blob Blame History Raw
diff -Nur ghex-2.8.0-orig/omf-install/Makefile.in ghex-2.8.0/omf-install/Makefile.in
--- ghex-2.8.0-orig/omf-install/Makefile.in	2004-10-11 21:43:42.000000000 +0200
+++ ghex-2.8.0/omf-install/Makefile.in	2004-11-10 18:58:47.513392008 +0100
@@ -247,14 +247,14 @@
 	-for file in $(srcdir)/*.omf; do \
 		$(INSTALL_DATA) $(srcdir)/$$file $(DESTDIR)$(omf_dest_dir); \
 	done
-	-scrollkeeper-update -p $(localstatedir)/scrollkeeper
+#	-scrollkeeper-update -p $(localstatedir)/scrollkeeper
 
 uninstall-local:
 	-for file in $(srcdir)/*.omf; do \
 		basefile=`basename $$file`; \
 		rm -f $(omf_dest_dir)/$$basefile; \
         done
-	-scrollkeeper-update -p $(localstatedir)/scrollkeeper
+#	-scrollkeeper-update -p $(localstatedir)/scrollkeeper
 
 # Tell versions [3.59,3.63) of GNU make to not export all variables.
 # Otherwise a system limit (for SysV at least) may be exceeded.