aboutsummaryrefslogtreecommitdiffstats
path: root/games/wolfpack/files/patch-ah
blob: ea4eae8db8a8e0aea89f07d2259d749e25c78f60 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- src/doconfig/Makefile.orig  Sat Dec 16 22:57:15 2000
+++ src/doconfig/Makefile   Sat Dec 16 22:58:25 2000
@@ -53,7 +53,10 @@
    @echo 'globalcflags = $(GLOBALCFLAGS)'
    @echo 'globallflags = $(GLOBALLFLAGS)'
    $(CC) $(GLOBALCFLAGS) $(DALL) doconfig.c -o doconfig $(GLOBALLFLAGS)
-   ./doconfig
+   ./doconfig config
+
+install: doconfig
+   ./doconfig install
 
 nt: ntdoconfig