Skip to content

Commit

Permalink
(1) make stock headers depend on the Makefiles
Browse files Browse the repository at this point in the history
(2) remove old stock header file before recreating new one.


git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1380 dc483132-0cff-0310-8789-dd5450dbe970
  • Loading branch information
jtkohl committed Oct 31, 1990
1 parent 0f40795 commit 5c3b119
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/config/Project.tmpl
Expand Up @@ -144,7 +144,8 @@ includes:: hfile @@\
indicating some adjustment of the file took place. */
#ifndef ProcessStockHeader
#define ProcessStockHeader(stockname,newname) @@\
newname: stockname @@\
newname: stockname Makefile @@\
-$(RM) newname @@\
-$(UNIFDEF) $(PROCESS_DEFINES) stockname >newname
#endif /* ProcessStockHeader */

Expand Down

0 comments on commit 5c3b119

Please sign in to comment.