[PATCH] aic7xxx/aicasm makefile - fix make clean

From: Sam Ravnborg (sam@ravnborg.org)
Date: Sun Feb 16 2003 - 14:32:29 EST


The latest change to aic7xxx/aicasm/makefile broke make clean.
The following patch re-enable "make-clean" and keep the clean: target.

        Sam

===== drivers/scsi/aic7xxx/aicasm/Makefile 1.8 vs edited =====
--- 1.8/drivers/scsi/aic7xxx/aicasm/Makefile Tue Dec 10 20:02:52 2002
+++ edited/drivers/scsi/aic7xxx/aicasm/Makefile Sun Feb 16 20:29:45 2003
@@ -45,8 +45,9 @@
                 echo "*** Install db development libraries"; \
          fi
 
+clean-files := $(CLEANFILES) $(PROG)
 clean:
- rm -f $(CLEANFILES) $(PROG)
+ rm -f $(clean-files)
 
 aicasm_gram.c aicasm_gram.h: aicasm_gram.y
         $(YACC) $(YFLAGS) -b $(<:.y=) $<
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Sun Feb 23 2003 - 22:00:15 EST