You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

23 lines
734 B

--- Makefile.in.orig Wed Apr 9 08:10:49 2003
+++ Makefile.in Wed Apr 9 08:14:06 2003
@@ -82,8 +82,7 @@
install-dev:: $(INSTALLDEVSUBDIRS:%=%/__install__) $(INSTALLBOTHSUBDIRS:%=%/__install-dev__) install-aclocal
install:: install-lib install-dev install-aclocal
- -$(LDCONFIG)
- @if test -n "`LANG=C $(LDD) $(bindir)/wine|grep not.found`"; \
+ @if false ; \
then \
echo "*************************************************" ; \
echo "*************************************************" ; \
--- dlls/msi/Makefile.in.orig Wed Aug 13 03:27:48 2003
+++ dlls/msi/Makefile.in Fri Aug 15 10:50:59 2003
@@ -26,6 +26,8 @@
@MAKE_DLL_RULES@
+tokenize.c: y.tab.h
+
y.tab.c y.tab.h: sql.y
$(YACC) -d -t $(SRCDIR)/sql.y