* device/lib/gbz80/Makefile.in, device/lib/hc08/Makefile.in,
[fw/sdcc] / device / lib / gbz80 / Makefile.in
index fbd635b6344db8cbf4efcb56467ddf8df8253b4c..78d95d408f596db5a9e1ff149c9c61834d7f5c0d 100644 (file)
@@ -57,10 +57,10 @@ else
        cp $(OBJ) $(Z8OBJECTS) $(PORTDIR)
 endif
 
-%.o: ../%.c
+%.o: %.c
        $(CC) $(CFLAGS) -c $<
 
-%.o: %.c
+%.o: ../%.c
        $(CC) $(CFLAGS) -c $<
 
 clean: