diff options
| author | rsc <devnull@localhost> | 2006-02-17 18:21:29 +0000 |
|---|---|---|
| committer | rsc <devnull@localhost> | 2006-02-17 18:21:29 +0000 |
| commit | 05f5d46b6368978fd22cfbea7155e983b0faa9a7 (patch) | |
| tree | a56b09bd3124413746010a9ef5e803ea5b186d08 /src/cmd/mpm/mkfile | |
| parent | eacea5a0647ba94a9d5906b2b4b7b5761bcef6e9 (diff) | |
| download | plan9port-05f5d46b6368978fd22cfbea7155e983b0faa9a7.tar.gz plan9port-05f5d46b6368978fd22cfbea7155e983b0faa9a7.zip | |
make compile
Diffstat (limited to 'src/cmd/mpm/mkfile')
| -rw-r--r-- | src/cmd/mpm/mkfile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/cmd/mpm/mkfile b/src/cmd/mpm/mkfile index 5c9df7d9..9a8a7f67 100644 --- a/src/cmd/mpm/mkfile +++ b/src/cmd/mpm/mkfile @@ -12,7 +12,8 @@ HFILES=misc.h\ LD=g++ <$PLAN9/src/mkone -CFLAGS= +CC=g++ +CFLAGS=-c slug.$O: slug.h range.$O: range.h slug.h |
