Skip to content
Snippets Groups Projects
Commit 37da0ba0 authored by Tom Lane's avatar Tom Lane
Browse files

Seems we forgot the installdirs target in this makefile.

parent 2ac8c96e
No related branches found
No related tags found
No related merge requests found
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
# Makefile for the timezone library # Makefile for the timezone library
# IDENTIFICATION # IDENTIFICATION
# $PostgreSQL: pgsql/src/timezone/Makefile,v 1.11 2004/05/22 21:02:32 tgl Exp $ # $PostgreSQL: pgsql/src/timezone/Makefile,v 1.12 2004/05/28 03:53:33 tgl Exp $
# #
#------------------------------------------------------------------------- #-------------------------------------------------------------------------
...@@ -34,5 +34,8 @@ zic: $(ZICOBJS) ...@@ -34,5 +34,8 @@ zic: $(ZICOBJS)
install: all installdirs install: all installdirs
./zic -d $(DESTDIR)$(datadir)/timezone $(TZDATAFILES) ./zic -d $(DESTDIR)$(datadir)/timezone $(TZDATAFILES)
installdirs:
$(mkinstalldirs) $(DESTDIR)$(datadir)
clean distclean maintainer-clean: clean distclean maintainer-clean:
rm -f SUBSYS.o zic $(OBJS) $(ZICOBJS) rm -f SUBSYS.o zic $(OBJS) $(ZICOBJS)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment