mirror of
https://github.com/postgres/postgres.git
synced 2025-09-06 13:46:51 +03:00
Move disabled message up to a higher makefile.
This commit is contained in:
@@ -56,10 +56,7 @@ LDFLAGS=--shared -Wl,-E -Wl,-soname,$@
|
||||
|
||||
.PHONY: clean
|
||||
|
||||
all:
|
||||
@echo "Disabled until merged into our Makefile system, bjm 2001-05-09"
|
||||
|
||||
disabled: plpython.so
|
||||
all: plpython.so
|
||||
|
||||
plpython.o: plpython.c plpython.h
|
||||
$(CC) $(CFLAGS) $(INCLUDES) -c -o $@ $<
|
||||
|
Reference in New Issue
Block a user