Index: head/games/xgalaga/files/patch-aa =================================================================== --- head/games/xgalaga/files/patch-aa (revision 11173) +++ head/games/xgalaga/files/patch-aa (revision 11174) @@ -1,25 +1,18 @@ --- Makefile.in.orig Sun Apr 12 10:10:46 1998 +++ Makefile.in Thu May 28 09:41:05 1998 @@ -43,11 +43,12 @@ $(CC) $(LDFLAGS) -o $(SOUNDSRV) $(SOUNDOBJS) $(SOUNDLIBS) install: all - mkinstalldirs $(bindir) + ./mkinstalldirs $(bindir) + ./mkinstalldirs $(prefix) $(INSTALL) $(TARGET) $(bindir)/$(TARGET) $(INSTALL) $(SOUNDSRV) $(prefix)/$(SOUNDSRV) - mkinstalldirs $(prefix)/sounds - mkinstalldirs $(prefix)/levels + ./mkinstalldirs $(prefix)/sounds + ./mkinstalldirs $(prefix)/levels for i in levels/*.xgl; do $(INSTALL) $$i $(prefix)/$$i ; done for i in sounds/*.raw; do $(INSTALL) $$i $(prefix)/$$i ; done -@@ -75,4 +76,4 @@ - cd libsprite;$(MAKE) distclean - - depend: -- makedepend $(CFLAGS) $(SRCS) -\ No newline at end of file -+ makedepend $(CFLAGS) $(SRCS) Property changes on: head/games/xgalaga/files/patch-aa ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.3 \ No newline at end of property +1.4 \ No newline at end of property