Index: src/backend/Makefile =================================================================== RCS file: /projects/cvsroot/pgsql-server/src/backend/Makefile,v retrieving revision 1.87 diff -c -r1.87 Makefile *** src/backend/Makefile 2002/09/05 18:28:46 1.87 --- src/backend/Makefile 2002/09/08 02:52:04 *************** *** 169,175 **** for i in $(DIRS); do $(MAKE) -C $$i clean || exit; done distclean: clean ! rm -f port/tas.s port/dynloader.c port/pg_sema.c port/pg_shmem.c maintainer-clean: distclean rm -f $(srcdir)/bootstrap/bootparse.c \ --- 169,175 ---- for i in $(DIRS); do $(MAKE) -C $$i clean || exit; done distclean: clean ! rm -f port/tas.s port/dynloader.c port/pg_sema.c port/pg_shmem.c gettext-files maintainer-clean: distclean rm -f $(srcdir)/bootstrap/bootparse.c \ *************** *** 185,191 **** # # Support for code development. # ! # Use target "quick" to build "postgres" when you know all the subsystems # are up to date. It saves the time of doing all the submakes. .PHONY: quick quick: $(OBJS) --- 185,191 ---- # # Support for code development. # ! # Use target "quick" to build "postgres" when you know all the subsystems # are up to date. It saves the time of doing all the submakes. .PHONY: quick quick: $(OBJS)