Imported Upstream version 0.18.3.2
[platform/upstream/gettext.git] / gettext-tools / examples / hello-pascal / Makefile.am
index b37d1a8..41b73c6 100644 (file)
@@ -28,11 +28,11 @@ hello$(EXEEXT) hello.rst: $(hello_SOURCES)
        LOCALEDIR='@localedir@' $(PPC) $(hello_SOURCES)
 
 install-exec-local: all-local
-       $(mkdir_p) $(DESTDIR)$(bindir)
+       $(MKDIR_P) $(DESTDIR)$(bindir)
        $(INSTALL_PROGRAM) hello$(EXEEXT) $(DESTDIR)$(bindir)/hello$(EXEEXT)
 
 installdirs-local:
-       $(mkdir_p) $(DESTDIR)$(bindir)
+       $(MKDIR_P) $(DESTDIR)$(bindir)
 
 uninstall-local:
        rm -f $(DESTDIR)$(bindir)/hello$(EXEEXT)