summaryrefslogtreecommitdiff
path: root/games/xgalaga/files/patch-aa
blob: 486e40928c020fe95e1f81bc59136159ebb8fba2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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