[PATCH] aic7xxx/aicasm makefile - fix make clean

Sam Ravnborg (sam@ravnborg.org)
Sun, 16 Feb 2003 20:32:29 +0100


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/