Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 597600e

Browse files
pdowlervitcpp
authored andcommitted
fix Makefile dist target
the sparse.c and sscan.c files are now committed in src dir
1 parent 0be5757 commit 597600e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ else
227227
@$(missing) flex $< $@
228228
endif
229229

230-
dist : clean sparse.c sscan.c
230+
dist : clean
231231
find . -name '*~' -type f -exec rm {} \;
232232
cd .. && tar --transform s/$(SRC_DIR)/pgsphere-$(PGSPHERE_VERSION)/ --exclude CVS --exclude .git -czf pgsphere-$(PGSPHERE_VERSION).tar.gz $(SRC_DIR) && cd -
233233

0 commit comments

Comments
 (0)