diff options
author | H. Peter Anvin <hpa@zytor.com> | 2009-04-28 21:54:47 -0700 |
---|---|---|
committer | H. Peter Anvin <hpa@zytor.com> | 2009-04-28 21:54:47 -0700 |
commit | 4d0340670f3bd9dff2f51b0584b554962d8c305e (patch) | |
tree | 13dc3c1b63c524ce273415cdf4cde5030c4b15c8 /Makefile.private | |
parent | 50c5d8683be03ff9212aed2a99d8928e0ad2641f (diff) | |
download | syslinux.git-4d0340670f3bd9dff2f51b0584b554962d8c305e.tar.gz syslinux.git-4d0340670f3bd9dff2f51b0584b554962d8c305e.tar.xz syslinux.git-4d0340670f3bd9dff2f51b0584b554962d8c305e.zip |
Makefile: drop references to "make depend"syslinux-3.80-pre3
We no longer need "make depend" for anything.
Signed-off-by: H. Peter Anvin <hpa@zytor.com>
Diffstat (limited to 'Makefile.private')
-rw-r--r-- | Makefile.private | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile.private b/Makefile.private index 866bd7b6..ab9fee21 100644 --- a/Makefile.private +++ b/Makefile.private @@ -17,7 +17,7 @@ # .PHONY: official release -PRIVATE = Makefile.private .depend */.depend +PRIVATE = Makefile.private GIT_DIR ?= .git ABS_GIT_DIR := $(shell cd '$(GIT_DIR)' 2>/dev/null && pwd) @@ -36,7 +36,6 @@ burn: isolinux.iso official: $(MAKE) spotless CC='$(CC) -m32' - $(MAKE) depend CC='$(CC) -m32' $(MAKE) all CC='$(CC) -m32' $(MAKE) dist CC='$(CC) -m32' |