Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 44be631

Browse files
committed
Make sure distclean works as well as clean
1 parent 3cc9514 commit 44be631

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/backend/port/Makefile.in

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# be converted to Method 2.
1414
#
1515
# IDENTIFICATION
16-
# $Header: /cvsroot/pgsql/src/backend/port/Attic/Makefile.in,v 1.10 1997/12/20 04:10:35 scrappy Exp $
16+
# $Header: /cvsroot/pgsql/src/backend/port/Attic/Makefile.in,v 1.11 1997/12/20 04:43:20 scrappy Exp $
1717
#
1818
#-------------------------------------------------------------------------
1919

@@ -34,7 +34,7 @@ SUBSYS.o: $(OBJS)
3434

3535
.PHONY: clean dep
3636

37-
clean:
37+
distclean clean:
3838
rm -f SUBSYS.o $(OBJS)
3939

4040
depend dep:

0 commit comments

Comments
 (0)