diff options
author | Eric Andersen <andersen@codepoet.org> | 2000-10-23 23:53:33 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2000-10-23 23:53:33 +0000 |
commit | 042c7cf849f92c5b956c38942d99b202072d1282 (patch) | |
tree | ef1406f0ea8b37988ccddb27d588237521b8ef23 /libc | |
parent | 4e766ab43ca45164c6231fe99f2f28b5f1e7b549 (diff) |
Fix a few more screwups.
Diffstat (limited to 'libc')
-rw-r--r-- | libc/inet/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libc/inet/Makefile b/libc/inet/Makefile index 45db1c13f..c1afea35a 100644 --- a/libc/inet/Makefile +++ b/libc/inet/Makefile @@ -58,14 +58,14 @@ $(MOBJ2): $(MSRC2) $(CC) $(CFLAGS) -DL_$* $< -c -o $*.o $(STRIPTOOL) -x -R .note -R .comment $*.o -$(MOBJ3): $(MSRC2) +$(MOBJ3): $(MSRC3) $(CC) $(CFLAGS) -DL_$* $< -c -o $*.o $(STRIPTOOL) -x -R .note -R .comment $*.o $(OBJS): Makefile clean: subdirs_clean - rm -f libc.a + rm -f *.[oa] *~ core subdirs: $(patsubst %, _dir_%, $(DIRS)) subdirs_clean: $(patsubst %, _dirclean_%, $(DIRS)) |