Skip to content

Commit

Permalink
fix package name
Browse files Browse the repository at this point in the history
  • Loading branch information
mjfitzpatrick authored and olebole committed Aug 28, 2024
1 parent 48dad17 commit c6d244d
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
8 changes: 4 additions & 4 deletions pkg/stxtools/od/mkpkg
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
$checkout libpkg.a ../
$update libpkg.a
$checkin libpkg.a ../
$checkout libstxtools.a ../
$update libstxtools.a
$checkin libstxtools.a ../
$exit

libpkg.a:
libstxtools.a:
odget.x "od.h"
odmap.x <error.h> <imhdr.h> <imio.h> <tbset.h> "od.h"
odopep.x "od.h"
Expand Down
8 changes: 4 additions & 4 deletions pkg/stxtools/sp_util/mkpkg
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# Make the wcslab package

$checkout libpkg.a ../
$update libpkg.a
$checkin libpkg.a ../
$checkout libstxtools.a ../
$update libstxtools.a
$checkin libstxtools.a ../
$exit

libpkg.a:
libstxtools.a:
spchag.x
spdise.x
spmapt.x <gset.h>
Expand Down
8 changes: 4 additions & 4 deletions pkg/stxtools/wcslab/mkpkg
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# WCSLAB

$checkout libpkg.a ../
$update libpkg.a
$checkin libpkg.a ../
$checkout libstxtools.a ../
$update libstxtools.a
$checkin libstxtools.a ../
$exit

libpkg.a:
libstxtools.a:
wlutil.x <imio.h> <imhdr.h> <gset.h> <math.h>
wcslab.x <gset.h> <imhdr.h> <mwset.h> <math.h> "wcslab.h"\
"wcs_desc.h"
Expand Down

0 comments on commit c6d244d

Please sign in to comment.