chiark / gitweb /
add ata_id to read serial numbers from ATA drives
[elogind.git] / klibc / MRULES
index 8a8831c3489e31d1d36eda762e42bb598f753ab7..41fdd07af8c4e3eebbafcc3ced8b361882fe4c0d 100644 (file)
@@ -5,6 +5,10 @@
 
 .SUFFIXES: .c .o .a .so .lo .i .S .s .ls .ss .lss
 
+% : %.c        # Cancel default rule
+
+% : %.S
+
 .c.o:
        $(CC) $(CFLAGS) -c -o $@ $<