Blob Blame History Raw
diff -up allegro-4.2.3/makefile.in~ allegro-4.2.3/makefile.in
--- allegro-4.2.3/makefile.in~	2007-09-19 15:19:25.000000000 +0200
+++ allegro-4.2.3/makefile.in	2010-09-09 22:14:34.793000051 +0200
@@ -406,7 +406,6 @@ examples: $(EXAMPLE_FILES)
 
 # -------- rules for deleting the generated files --------
 
-clean:
 
    define RM_OBJ_CLEAN_FILES
       $(foreach file, $(OBJ_CLEAN_FILES), rm -f $(file)
@@ -418,25 +417,26 @@ clean:
       )
    endef
 
+clean:
 	$(RM_OBJ_CLEAN_FILES)
 	$(RM_OTHER_CLEAN_FILES)
 
-distclean: clean
 
    define RM_DISTCLEAN_FILES
       $(foreach file, $(DISTCLEAN_FILES) $(ALLEGRO_LIB_X_EXES), rm -f $(file)
       )
    endef
 
+distclean: clean
 	$(RM_DISTCLEAN_FILES)
 
-veryclean: distclean
 
    define RM_VERYCLEAN_FILES
       $(foreach file, $(VERYCLEAN_FILES), rm -f $(file)
       )
    endef
 
+veryclean: distclean
 	$(RM_VERYCLEAN_FILES)
 	rm -f makefile