patch-2.2.17 linux/arch/s390/tools/dasdfmt/Makefile
Next file: linux/arch/s390/tools/dasdfmt/dasdfmt.8
Previous file: linux/arch/s390/mm/fault.c
Back to the patch index
Back to the overall index
- Lines: 11
- Date:
Mon Sep 4 18:39:16 2000
- Orig file:
v2.2.16/arch/s390/tools/dasdfmt/Makefile
- Orig date:
Mon Sep 4 18:37:53 2000
diff -u --recursive --new-file v2.2.16/arch/s390/tools/dasdfmt/Makefile linux/arch/s390/tools/dasdfmt/Makefile
@@ -1,8 +1,8 @@
all: dasdfmt
dasdfmt: dasdfmt.c
- $(CROSS_COMPILE)gcc -o $@ $^
- $(STRIP) $@
+ $(CROSS_COMPILE)gcc -I$(HPATH) -o $@ $^
+ $(CROSS_COMPILE)strip $@
clean:
rm -f dasdfmt
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)