forked from Imagelibrary/rtems
Remove depend.
This commit is contained in:
@@ -4,8 +4,6 @@
|
|||||||
|
|
||||||
## RTEMS_USE_GCC .. if we are using GCC
|
## RTEMS_USE_GCC .. if we are using GCC
|
||||||
|
|
||||||
depend:
|
|
||||||
|
|
||||||
if RTEMS_USE_GCC
|
if RTEMS_USE_GCC
|
||||||
RTEMS_RELLDFLAGS = -qnolinkcmds -nostdlib -Wl,-r
|
RTEMS_RELLDFLAGS = -qnolinkcmds -nostdlib -Wl,-r
|
||||||
endif
|
endif
|
||||||
|
|||||||
@@ -8,7 +8,3 @@
|
|||||||
preinstall-am: $(PREINSTALL_FILES)
|
preinstall-am: $(PREINSTALL_FILES)
|
||||||
preinstall: preinstall-am
|
preinstall: preinstall-am
|
||||||
.PHONY: preinstall preinstall-am
|
.PHONY: preinstall preinstall-am
|
||||||
|
|
||||||
depend-am:
|
|
||||||
depend: depend-am
|
|
||||||
.PHONY: depend depend-am
|
|
||||||
|
|||||||
@@ -4,8 +4,4 @@ preinstall-am: $(PREINSTALL_FILES)
|
|||||||
preinstall: preinstall-am
|
preinstall: preinstall-am
|
||||||
.PHONY: preinstall preinstall-am
|
.PHONY: preinstall preinstall-am
|
||||||
|
|
||||||
depend-am:
|
|
||||||
depend: depend-am
|
|
||||||
.PHONY: depend depend-am
|
|
||||||
|
|
||||||
PROJECT_TOOLS = $(PROJECT_RELEASE)/build-tools
|
PROJECT_TOOLS = $(PROJECT_RELEASE)/build-tools
|
||||||
|
|||||||
@@ -7,7 +7,6 @@
|
|||||||
## Once automake is fully integrated these make targets
|
## Once automake is fully integrated these make targets
|
||||||
## and this file will probably be removed
|
## and this file will probably be removed
|
||||||
|
|
||||||
depend-recursive \
|
|
||||||
preinstall-recursive:
|
preinstall-recursive:
|
||||||
@set fnord $(MAKEFLAGS); amf=$$2; \
|
@set fnord $(MAKEFLAGS); amf=$$2; \
|
||||||
dot_seen=no; \
|
dot_seen=no; \
|
||||||
@@ -31,6 +30,3 @@ preinstall-recursive:
|
|||||||
|
|
||||||
preinstall: preinstall-recursive
|
preinstall: preinstall-recursive
|
||||||
.PHONY: preinstall-recursive
|
.PHONY: preinstall-recursive
|
||||||
|
|
||||||
depend: depend-recursive
|
|
||||||
.PHONY: depend-recursive
|
|
||||||
|
|||||||
Reference in New Issue
Block a user