diff options
Diffstat (limited to 'src/backend/tioga/Makefile.inc')
-rw-r--r-- | src/backend/tioga/Makefile.inc | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/src/backend/tioga/Makefile.inc b/src/backend/tioga/Makefile.inc deleted file mode 100644 index 57086e6db6d..00000000000 --- a/src/backend/tioga/Makefile.inc +++ /dev/null @@ -1,21 +0,0 @@ -#------------------------------------------------------------------------- -# -# Makefile.inc-- -# Makefile for the Tioga module -# -# Copyright (c) 1994, Regents of the University of California -# -# -# IDENTIFICATION -# $Header: /cvsroot/pgsql/src/backend/tioga/Attic/Makefile.inc,v 1.1.1.1 1996/07/09 06:22:00 scrappy Exp $ -# -#------------------------------------------------------------------------- - -VPATH:= $(VPATH):$(CURDIR)/tioga - -SRCS_TIOGA= tgRecipe.c Varray.c - -HEADERS+= tgRecipe.h Arr_TgRecipe.h Varray.h - - - |