Skip to content

Commit

Permalink
[wxhaskell-from-cvs @ 2003-07-13 21:40:59 by dleijen]
Browse files Browse the repository at this point in the history
fixed small bug in out/wxdirect creation.

darcs-hash:20030713214059-deb31-c1daec93a24a2f53ec8644c3aa9cede9c92cb2d0.gz
  • Loading branch information
dleijen committed Jul 13, 2003
1 parent b814776 commit 4c823cc
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions makefile
Expand Up @@ -2,7 +2,7 @@
# Copyright 2003, Daan Leijen.
#-----------------------------------------------------------------------

# $Id: makefile,v 1.1.1.1 2003/07/13 21:18:56 dleijen Exp $
# $Id: makefile,v 1.2 2003/07/13 21:40:59 dleijen Exp $

#--------------------------------------------------------------------------
# make [all] - build the libraries (in "lib").
Expand Down Expand Up @@ -365,7 +365,6 @@ wxd-dist: $(WXD-HS)
# build executable
$(WXD-EXE): $(WXD-OBJS)
$(HC) $(HCFLAGS) -o $@ $(WXD-OBJS)
@-$(STRIP) $@

# create an object file from source files.
$(WXD-OBJS): $(WXD-OUTDIR)/%.o: $(WXD-SRCDIR)/%.hs
Expand Down Expand Up @@ -409,7 +408,7 @@ WXH-HCFLAGS =$(HCFLAGS) -fvia-C -package-name $(WXH)


# build main library
wxh: wxc wxh-dirs $(WXH-LIBS)
wxh: wxc wxd wxh-dirs $(WXH-LIBS)

wxh-dirs:
@$(call ensure-dir,$(WXH-IMPORTSDIR)/$(WXH-HPATH))
Expand Down

0 comments on commit 4c823cc

Please sign in to comment.