Skip to content

Commit

Permalink
Misc. bug fixes. Merging is working pretty well now.
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.daimi.au.dk/svn/tpie/trunk@34 669acd26-ddd2-4139-9e68-486997aa639d
  • Loading branch information
Darren Vengroff committed Aug 31, 1994
1 parent 8b12541 commit 1b376c1
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions tpie/include/Makefile.in
Expand Up @@ -2,10 +2,10 @@
#
# The Makefile for the TPIE include directory.
#
# $Id: Makefile.in,v 1.2 1994-05-27 19:49:27 dev Exp $
# $Id: Makefile.in,v 1.3 1994-08-31 19:03:10 darrenv Exp $
#

INDENT=gindent
INDENT=indent
INDENTFLAGS= -kr

CAT=cat
Expand All @@ -23,6 +23,12 @@ LOG_FILES=logstream.h tpie_log.h tpie_assert.h

TAG_FILES=$(AMI_FILES) $(BTE_FILES) $(LOG_FILES)


UP_TO_DATE = .up_to_date

$(UP_TO_DATE): ami_scan.h
touch $@

# Build the header file that will actually be used by using the
# C preprocessor to expand all of the macros in the source file.

Expand All @@ -39,7 +45,6 @@ TAGS: $(TAG_FILES)
$(ETAGS) $(TAG_FILES)





clean:
-rm ami_scan.h

0 comments on commit 1b376c1

Please sign in to comment.