mirror of
https://review.haiku-os.org/buildtools
synced 2025-02-21 21:27:44 +01:00
- patched $(MK_DOC) into the default dependencies, such that chow.c gets
built during the make process. Before, it was being built during the install process, when gcc might not be available, if the install goes into an empty folder. Now, installs in empty folders work properly. git-svn-id: file:///srv/svn/repos/haiku/trunk/buildtools@11253 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
2ec313f7c3
commit
49182b477d
@ -259,7 +259,7 @@ DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
|
||||
|
||||
TAR = tar
|
||||
GZIP_ENV = --best
|
||||
all: all-redirect
|
||||
all: all-redirect $(MKDOC)
|
||||
.SUFFIXES:
|
||||
.SUFFIXES: .dvi .info .ps .texi .texinfo .txi
|
||||
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
|
||||
|
Loading…
x
Reference in New Issue
Block a user