Imported from libpng-1.2.9beta9.tar
diff --git a/scripts/makefile.hpux b/scripts/makefile.hpux
index b2ed0f1..0b1fc32 100644
--- a/scripts/makefile.hpux
+++ b/scripts/makefile.hpux
@@ -17,7 +17,7 @@
 
 AR_RC=ar rc
 CC=cc
-MKDIR_P=mkdir
+MKDIR_P=mkdir -p
 LN_SF=ln -sf
 RANLIB=ranlib
 RM_F=/bin/rm -f
@@ -28,7 +28,7 @@
 LDFLAGS=-L. -L$(ZLIBLIB) -lpng -lz -lm
 
 PNGMAJ = 0
-PNGMIN = 1.2.9beta8
+PNGMIN = 1.2.9beta9
 PNGVER = $(PNGMAJ).$(PNGMIN)
 LIBNAME = libpng12