projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
315772e
)
Remove 'make clean' support for ipc_test.
author
Robert Haas
Mon, 7 Apr 2014 15:44:54 +0000
(11:44 -0400)
committer
Robert Haas
Mon, 7 Apr 2014 15:45:27 +0000
(11:45 -0400)
I missed this in the previous commit; Tom Lane spotted my error.
src/backend/port/Makefile
patch
|
blob
|
blame
|
history
diff --git
a/src/backend/port/Makefile
b/src/backend/port/Makefile
index bfb19add88fbde93f6f95eb6fe7db177497cdf7c..15ea873a4978fad84c4429d288e475b005fed0d8 100644
(file)
--- a/
src/backend/port/Makefile
+++ b/
src/backend/port/Makefile
@@
-43,6
+43,6
@@
else
endif
distclean clean:
- rm -f
ipc_test ipc_test.o
tas_cpp.s
+ rm -f tas_cpp.s
$(MAKE) -C darwin clean
$(MAKE) -C win32 clean