Tom changed "make install" to no longer install dllist.h to
$DESTDIR/include/internal/lib, so AFAICS the lib/ subidrectory is no
longer used. This patch stops the Makefile from creating it during "make
install".

Will apply to HEAD before end-of-day barring any objections.

-Neil

# Old manifest: 2f3c559fdce982241561a34407f8f220d7d24995
# New manifest: a8c6fcc946cd7b6b8caaa79de9a181c57755a6da
# Summary of changes:
# 
#   patch src/include/Makefile
#    from 0a02bcd9d17092f499fd7fa439d830ff2419fa81
#      to 386c7c387231d8319d7a3eac3466ec45470c9742
# 
--- src/include/Makefile
+++ src/include/Makefile
@@ -46,7 +46,7 @@
 	done
 
 installdirs:
-	$(mkinstalldirs) $(DESTDIR)$(includedir)/libpq $(DESTDIR)$(includedir_internal)/libpq $(DESTDIR)$(includedir_internal)/lib
+	$(mkinstalldirs) $(DESTDIR)$(includedir)/libpq $(DESTDIR)$(includedir_internal)/libpq
 	$(mkinstalldirs) $(addprefix $(DESTDIR)$(includedir_server)/, $(SUBDIRS))
 
 
---------------------------(end of broadcast)---------------------------
TIP 2: you can get off all lists at once with the unregister command
    (send "unregister YourEmailAddressHere" to [EMAIL PROTECTED])

Reply via email to