Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 298144 | Differences between
and this patch

Collapse All | Expand All

(-)musca-0.9.24-make.patch.orig
Lines 1-11 Link Here
(-)- musca-0.9.24/Makefile.orig (-3 / +1 lines)
Lines 15-24 Link Here
15
+all: $(BIN_DIST)
13
+all: $(BIN_DIST)
16
+
14
+
17
+$(BIN_DIST):
15
+$(BIN_DIST):
18
+	$(COMPILE) -o $@ $@.c
16
+	$(CC) $(CFLAGS) $(INCLUDES) $@.c -o $@ $(LDFLAGS) $(LIBS)
19
 
17
 
20
 clean:
18
 clean:
21
-	rm -f musca apis
19
-	rm -f musca apis
22
+	rm -f $(BIN_DIST)
20
+	rm -f $(BIN_DIST)
23
+
24
+.PHONY: all clean

Return to bug 298144