Browse Source

MFH 4.3; tell the users that the tmpnam stuff is ok.

migration/unlabaled-1.3.2
Wez Furlong 24 years ago
parent
commit
f00fa47cc4
  1. 2
      Makefile.global

2
Makefile.global

@ -7,7 +7,9 @@ COMMON_FLAGS = $(DEFS) $(INCLUDES) $(EXTRA_INCLUDES) $(CPPFLAGS) $(PHP_FRAMEWORK
all: $(all_targets)
@echo
@echo "Build complete."
@echo "(It is safe to ignore warnings about tempnam and tmpnam)."
@echo
build-modules: $(PHP_MODULES)

Loading…
Cancel
Save