Skip to content

Commit

Permalink
Fix iOS makefile problem which removed Prefix.pch on a "make clean".
Browse files Browse the repository at this point in the history
  • Loading branch information
feeley committed Mar 25, 2011
1 parent 6d6b807 commit a5b7b7c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions examples/iOS/makefile.in
@@ -1,4 +1,4 @@
# makefile for iOS example, Time-stamp: <2011-03-20 20:23:45 feeley>
# makefile for iOS example, Time-stamp: <2011-03-25 08:30:36 feeley>

# Copyright (c) 1994-2011 by Marc Feeley, All Rights Reserved.

Expand Down Expand Up @@ -128,7 +128,7 @@ uninstall-post:
mostlyclean-pre:

mostlyclean-post:
rm -f Prefix.pch program.m program.c program_.c
rm -f program.m program.c program_.c

clean-pre: mostlyclean-pre

Expand Down
2 changes: 1 addition & 1 deletion include/stamp.h
Expand Up @@ -3,4 +3,4 @@
*/

#define ___STAMP_YMD 20110325
#define ___STAMP_HMS 121841
#define ___STAMP_HMS 123213

0 comments on commit a5b7b7c

Please sign in to comment.