mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-06 01:57:40 +00:00
15 lines
289 B
Plaintext
15 lines
289 B
Plaintext
--- Makefile.orig 2011-09-05 14:44:30.000000000 +0800
|
|
+++ Makefile 2011-09-05 14:44:38.000000000 +0800
|
|
@@ -28,9 +28,9 @@
|
|
all: muni m7773
|
|
|
|
muni: muni.o
|
|
- cc -o muni muni.o
|
|
+ $(CC) -o muni muni.o
|
|
strip muni
|
|
|
|
m7773: m7773.o
|
|
- cc -o m7773 m7773.o
|
|
+ $(CC) -o m7773 m7773.o
|
|
strip m7773
|