~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to Makefile

Fix yui link

Show diffs side-by-side

added added

removed removed

Lines of Context:
202
202
        # Usually this is linked via link-external-sourcecode, but in
203
203
        # deployment we create this ourselves.
204
204
        mkdir eggs
 
205
        mkdir yui
205
206
 
206
207
buildonce_eggs: $(PY)
207
208
        find eggs -name '*.pyc' -exec rm {} \;