summaryrefslogtreecommitdiff
path: root/src/tools/entab/Makefile
diff options
context:
space:
mode:
authorPeter Eisentraut <peter_e@gmx.net>2010-11-23 22:27:50 +0200
committerPeter Eisentraut <peter_e@gmx.net>2010-11-23 22:34:55 +0200
commitfc946c39aeacdff7df60c83fca6582985e8546c8 (patch)
tree866145f64c09c0673a4aa3d3a2f5647f0b7afc45 /src/tools/entab/Makefile
parent44475e782f4674d257b9e5c1a3930218a4b4deea (diff)
downloadpostgresql-fc946c39aeacdff7df60c83fca6582985e8546c8.tar.gz
Remove useless whitespace at end of lines
Diffstat (limited to 'src/tools/entab/Makefile')
-rw-r--r--src/tools/entab/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/tools/entab/Makefile b/src/tools/entab/Makefile
index b252432e14..de8181828a 100644
--- a/src/tools/entab/Makefile
+++ b/src/tools/entab/Makefile
@@ -4,17 +4,17 @@
#
TARGET = entab
BINDIR = /usr/local/bin
-XFLAGS =
+XFLAGS =
CFLAGS = -O
-LIBS =
+LIBS =
$(TARGET) : entab.o halt.o
$(CC) -o $(TARGET) $(XFLAGS) $(CFLAGS) entab.o halt.o $(LIBS)
-entab.o : entab.c
+entab.o : entab.c
$(CC) -c $(XFLAGS) $(CFLAGS) entab.c
-halt.o : halt.c
+halt.o : halt.c
$(CC) -c $(XFLAGS) $(CFLAGS) halt.c
clean: