You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/media-sound/sexypsf/files/sexypsf-0.4.8-Makefile.patch

13 lines
198 B

--- a/Linux/Makefile
+++ b/Linux/Makefile
@@ -28,9 +28,3 @@
clean:
${RM} *.o ../*.o ../spu/*.o sexypsf
-
-../%.o: ../%.c
- ${CC} ${CFLAGS} -c -o $@ $<
-
-%.o: %.c
- ${CC} ${CFLAGS} -c -o $@ $<