Skip to content

Commit 48cf295

Browse files
committed
'make clean' should NOT remove *~ files.
1 parent 135fe18 commit 48cf295

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/interfaces/ecpg/preproc/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#
55
# Copyright (c) 1998-2006, PostgreSQL Global Development Group
66
#
7-
# $PostgreSQL: pgsql/src/interfaces/ecpg/preproc/Makefile,v 1.119 2006/03/05 15:59:08 momjian Exp $
7+
# $PostgreSQL: pgsql/src/interfaces/ecpg/preproc/Makefile,v 1.120 2006/03/07 00:48:07 tgl Exp $
88
#
99
#-------------------------------------------------------------------------
1010

@@ -75,7 +75,7 @@ clean distclean:
7575
# garbage from partial builds
7676
@rm -f y.tab.c y.tab.h
7777
# garbage from development
78-
@rm -f core a.out *~ *.output *.tab.c
78+
@rm -f core a.out *.output *.tab.c
7979

8080
# `make clean' does not remove preproc.c, preproc.h, or pgc.c since we
8181
# want to ship those files in the distribution for people with

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy