mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-23 00:41:02 +00:00
(all): Remove target `bundles' for now; linking them doesn't always
work. If people want to test bundles, they can type `make bundles'. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@728 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
3682627d9b
commit
7e94490c7d
1 changed files with 2 additions and 1 deletions
|
@ -109,7 +109,8 @@ RCS_FILES = $(SRCS) $(HDRS) $(DYNAMIC_MFILES) $(DYNAMIC_HFILES) \
|
|||
Makefile.in NXStringTable.example
|
||||
DIST_FILES = $(RCS_FILES)
|
||||
|
||||
all: $(EXCS) bundles
|
||||
# type 'make bundles' if you also want to check bundles.
|
||||
all: $(EXCS)
|
||||
|
||||
# This works for GNU make, but not others.
|
||||
# %: %.o $(srcdir)/../src/libobjects.a
|
||||
|
|
Loading…
Reference in a new issue