diff options
author | Steve Price <steve@FreeBSD.org> | 2001-07-25 17:39:03 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 2001-07-25 17:39:03 +0000 |
commit | 9e4b618ba0dfbc21989aec15a7b036cb6b35a00c (patch) | |
tree | 7c67fb4cc4d0337b121eaf521127755a27ae818e /x11/wterm/Makefile | |
parent | Don't include popt.h on FreeBSD since it doesn't exist unless the port (diff) |
Remove src/*.o so that they all get rebuilt for the current architecture.
Notes
Notes:
svn path=/head/; revision=45476
Diffstat (limited to 'x11/wterm/Makefile')
-rw-r--r-- | x11/wterm/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/x11/wterm/Makefile b/x11/wterm/Makefile index 489315e150ef..b91cacf3c05e 100644 --- a/x11/wterm/Makefile +++ b/x11/wterm/Makefile @@ -29,6 +29,7 @@ MAN1= wterm.1 post-extract: ${RM} -f ${WRKSRC}/config.cache + ${RM} -f ${WRKSRC}/src/*.o post-install: @${CHMOD} 4711 ${PREFIX}/bin/wterm |