fix Makefiles so that make clean forces recompilation everywhere.
This commit is contained in:
@@ -40,7 +40,7 @@ librfc2045.a: $(OBJ)
|
||||
################################################################
|
||||
|
||||
clean:
|
||||
rm -f $(OBJ) *~ *.o *% a.out core config.log
|
||||
rm -f $(OBJ) *~ *.o *% a.out core config.log librfc2045.a
|
||||
|
||||
distclean: clean
|
||||
rm -f Makefile config.status config.h librfc2045.a
|
||||
|
@@ -37,7 +37,7 @@ librfc822.a: $(OBJ)
|
||||
################################################################
|
||||
|
||||
clean:
|
||||
rm -f $(OBJ) *~ *.o *% a.out core config.log
|
||||
rm -f $(OBJ) *~ *.o *% a.out core config.log librfc822.a
|
||||
|
||||
distclean: clean
|
||||
rm -f Makefile config.status config.h librfc822.a
|
||||
|
Reference in New Issue
Block a user