|
@@ -58,14 +58,14 @@ $(MOBJ2): $(MSRC2)
|
|
$(CC) $(CFLAGS) -DL_$* $< -c -o $*.o
|
|
$(CC) $(CFLAGS) -DL_$* $< -c -o $*.o
|
|
$(STRIPTOOL) -x -R .note -R .comment $*.o
|
|
$(STRIPTOOL) -x -R .note -R .comment $*.o
|
|
|
|
|
|
-$(MOBJ3): $(MSRC2)
|
|
+$(MOBJ3): $(MSRC3)
|
|
$(CC) $(CFLAGS) -DL_$* $< -c -o $*.o
|
|
$(CC) $(CFLAGS) -DL_$* $< -c -o $*.o
|
|
$(STRIPTOOL) -x -R .note -R .comment $*.o
|
|
$(STRIPTOOL) -x -R .note -R .comment $*.o
|
|
|
|
|
|
$(OBJS): Makefile
|
|
$(OBJS): Makefile
|
|
|
|
|
|
clean: subdirs_clean
|
|
clean: subdirs_clean
|
|
- rm -f libc.a
|
|
+ rm -f *.[oa] *~ core
|
|
|
|
|
|
subdirs: $(patsubst %, _dir_%, $(DIRS))
|
|
subdirs: $(patsubst %, _dir_%, $(DIRS))
|
|
subdirs_clean: $(patsubst %, _dirclean_%, $(DIRS))
|
|
subdirs_clean: $(patsubst %, _dirclean_%, $(DIRS))
|