]> granicus.if.org Git - postgis/commitdiff
Spelling error in makefile.
authorPaul Ramsey <pramsey@cleverelephant.ca>
Fri, 20 Jul 2001 18:24:25 +0000 (18:24 +0000)
committerPaul Ramsey <pramsey@cleverelephant.ca>
Fri, 20 Jul 2001 18:24:25 +0000 (18:24 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@23 b70326c6-7e19-0410-871a-916f4a2858ee

loader/Makefile

index 5900c488e625ec42308c8939d23156e2c5efa965..4d2ee46c829bcdb3e9c4c3f2fd7076861c3a55ad 100644 (file)
@@ -1,8 +1,6 @@
 OBJS = shp2pgsql.o shpopen.o dbfopen.o
 PROG = shp2pgsql
 
-defailt: all
-
 all: $(PROG)
 
 $(PROG): $(OBJS)