* device/lib/mcs51/Makefile.in: changed string comparison operator
[fw/sdcc] / device / lib / mcs51 / Makefile.in
index 29ce7c00a1a9459c37143ce031a67974e5564804..7fc63975812417bafe41baa454e0b627ff432b60 100644 (file)
@@ -29,9 +29,9 @@ $(LIB): $(OBJ) Makefile
 
 %.rel: %.asm
        @# TODO: asx8051 should place it's output in the current dir
-       test $(srcdir) == . || cp $< .
+       test $(srcdir) = . || cp $< .
        -$(AS) $(ASFLAGS) $(notdir $<)
-       test $(srcdir) == . || rm $(notdir $<)
+       test $(srcdir) = . || rm $(notdir $<)
 
 clean:
        rm -f *.rel *.sym *.lst *~ $(CLEANSPEC) *.dump* *.lib