r=cls, a=brendan
OS/2 bring up - copy dirent.h and getopt.h to the dist for VisualAge build
This commit is contained in:
mkaply%us.ibm.com 2000-06-22 22:10:43 +00:00
Родитель c828a16eab
Коммит 298855cbf0
1 изменённых файлов: 4 добавлений и 0 удалений

Просмотреть файл

@ -79,6 +79,10 @@ NSPR_CFLAGS += -DGETCWD_CANT_MALLOC
endif
export:: $(TARGETS)
ifeq ($(MOZ_OS2_TOOLS),VACPP)
$(INSTALL) -m 444 $(srcdir)/os2/dirent.h $(DIST)/include
$(INSTALL) -m 444 $(srcdir)/os2/getopt.h $(DIST)/include
endif
#update build number from within make script
$(DEPTH)/build/build_number: FORCE